ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / ObservableCollection<T> Class / CollectionChanged Event

In This Topic
    CollectionChanged Event (ObservableCollection<T>)
    In This Topic
    Occurs when the items list of the collection has changed, or the collection is reset.
    Syntax
    'Declaration
     
    Public Event CollectionChanged As NotifyCollectionChangedEventHandler
    public event NotifyCollectionChangedEventHandler CollectionChanged
    See Also